From: Francesco Potortì Date: Thu, 20 Jun 2002 10:05:11 +0000 (+0000) Subject: Comment corrected. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56627 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b7b893bd8847d6d33f4ffcba52764850173d54b3;p=emacs.git Comment corrected. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 8fe9d54bbd6..7956444f761 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -1030,12 +1030,12 @@ where they were found." ;; any member of the function list ORDER (third arg). If ORDER is nil, ;; use saved state to continue a previous search. -;; Fourth arg MATCHING is a string, an English '-ing' word, to be used in -;; an error message. - -;; Fifth arg NEXT-LINE-AFTER-FAILURE-P is non-nil if after a failed match, +;; Fourth arg NEXT-LINE-AFTER-FAILURE-P is non-nil if after a failed match, ;; point should be moved to the next line. +;; Fifth arg MATCHING is a string, an English '-ing' word, to be used in +;; an error message. + ;; Algorithm is as follows. For each qualifier-func in ORDER, go to ;; beginning of tags file, and perform inner loop: for each naive match for ;; PATTERN found using SEARCH-FORWARD-FUNC, qualify the naive match using